var testing.cpuList

10 uses

	testing (current package)
		benchmark.go#L698: 	for _, procs := range cpuList {
		benchmark.go#L741: 	for i, procs := range cpuList {
		fuzz.go#L488: 	for _, procs := range cpuList {
		testing.go#L518: 	cpuList     []int
		testing.go#L2553: 	for _, procs := range cpuList {
		testing.go#L2836: 		cpuList = append(cpuList, cpu)
		testing.go#L2838: 	if cpuList == nil {
		testing.go#L2839: 		cpuList = append(cpuList, runtime.GOMAXPROCS(-1))